added SSCLI 1.0
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2010 / CSASPNETFixedHeaderGridView / CSASPNETFixedHeaderGridView.csproj
blob7a49f2fca973629bd363337049865cb9581bd621
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProductVersion>
7     </ProductVersion>
8     <SchemaVersion>2.0</SchemaVersion>
9     <ProjectGuid>{B359B0A5-1B98-4086-A590-34B4C155FD1E}</ProjectGuid>
10     <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
11     <OutputType>Library</OutputType>
12     <AppDesignerFolder>Properties</AppDesignerFolder>
13     <RootNamespace>CSASPNETFixedHeaderGridView</RootNamespace>
14     <AssemblyName>CSASPNETFixedHeaderGridView</AssemblyName>
15     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
16   </PropertyGroup>
17   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18     <DebugSymbols>true</DebugSymbols>
19     <DebugType>full</DebugType>
20     <Optimize>false</Optimize>
21     <OutputPath>bin\</OutputPath>
22     <DefineConstants>DEBUG;TRACE</DefineConstants>
23     <ErrorReport>prompt</ErrorReport>
24     <WarningLevel>4</WarningLevel>
25   </PropertyGroup>
26   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27     <DebugType>pdbonly</DebugType>
28     <Optimize>true</Optimize>
29     <OutputPath>bin\</OutputPath>
30     <DefineConstants>TRACE</DefineConstants>
31     <ErrorReport>prompt</ErrorReport>
32     <WarningLevel>4</WarningLevel>
33   </PropertyGroup>
34   <ItemGroup>
35     <Reference Include="Microsoft.CSharp" />
36     <Reference Include="System" />
37     <Reference Include="System.Data" />
38     <Reference Include="System.Core" />
39     <Reference Include="System.Web" />
40     <Reference Include="System.Configuration" />
41     <Reference Include="System.XML" />
42   </ItemGroup>
43   <ItemGroup>
44     <Content Include="Default.aspx" />
45     <Content Include="JScript\jquery-1.4.4.min.js" />
46     <Content Include="JScript\ScrollableGridPlugin.js" />
47     <Content Include="ReadMe.txt" />
48     <Content Include="Web.config" />
49     <Content Include="Web.Debug.config">
50       <DependentUpon>Web.config</DependentUpon>
51     </Content>
52     <Content Include="Web.Release.config">
53       <DependentUpon>Web.config</DependentUpon>
54     </Content>
55   </ItemGroup>
56   <ItemGroup>
57     <Compile Include="Default.aspx.cs">
58       <DependentUpon>Default.aspx</DependentUpon>
59       <SubType>ASPXCodeBehind</SubType>
60     </Compile>
61     <Compile Include="Default.aspx.designer.cs">
62       <DependentUpon>Default.aspx</DependentUpon>
63     </Compile>
64     <Compile Include="Properties\AssemblyInfo.cs" />
65   </ItemGroup>
66   <ItemGroup />
67   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
68   <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
69   <ProjectExtensions>
70     <VisualStudio>
71       <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
72         <WebProjectProperties>
73           <UseIIS>False</UseIIS>
74           <AutoAssignPort>True</AutoAssignPort>
75           <DevelopmentServerPort>16920</DevelopmentServerPort>
76           <DevelopmentServerVPath>/</DevelopmentServerVPath>
77           <IISUrl>
78           </IISUrl>
79           <NTLMAuthentication>False</NTLMAuthentication>
80           <UseCustomServer>False</UseCustomServer>
81           <CustomServerUrl>
82           </CustomServerUrl>
83           <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
84         </WebProjectProperties>
85       </FlavorProperties>
86     </VisualStudio>
87   </ProjectExtensions>
88   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
89        Other similar extension points exist, see Microsoft.Common.targets.
90   <Target Name="BeforeBuild">
91   </Target>
92   <Target Name="AfterBuild">
93   </Target>
94   -->
95 </Project>